Bump rockchip64-edge kernel to 6.17#8703
Conversation
WalkthroughBump linux-rockchip64-edge kernel from 6.16 to 6.17 and update related kernel config and driver patching: many netfilter/iptables/netfilter (XT/NF/IP6/bridge) options were added or removed; CONFIG_RTW89_8851BU and CONFIG_RTW89_8852BU enabled; CONFIG_RTC_DRV_PCF85063 added; CONFIG_REGULATOR removed; VIDEO/TRACEFS flags adjusted. lib/functions/compilation/patch/drivers_network.sh updated Realtek driver commit references and added conditional application of an uwe5622 patch for kernel ≥ 6.17. Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
✅ This PR has been reviewed and approved — all set for merge! |
|
I can test on zero 3e (rk3566) and rock 3a (rk3568), though earliest I can do is upcoming week. |
|
Well it looks to me that general state is good, I would like to proceed and merging to avoid this PR becoming rot and blocking other possible contributions. @EvilOlaf do you think it is ok for you even though rk356x has not been tested yet? Since this is edge kernel, I think we can address fixes later. |
|
I can test RK3566 / RK3568 this weekend but I agree that this can already be merged |
EvilOlaf
left a comment
There was a problem hiding this comment.
My bet is that everything will be just fine. And it is bleeding edge anyway so yeah, let's do it.
|
Just updated my NanoPi R5S (RK3568) via the beta branch to 6.17. Everything works |
|
Thank you all! |
* bump rockchip64 edge kernel to 6.17 * update rockchip64 edge kernel config to 6.17 * Fixes for wireless drivers for rockchip64-edge 6.17 Patches for: * uwe5622 * rtl8723ds * rtl8852bs * update rtl8852bs and rtl8723ds repository commit hashes
* bump rockchip64 edge kernel to 6.17 * update rockchip64 edge kernel config to 6.17 * Fixes for wireless drivers for rockchip64-edge 6.17 Patches for: * uwe5622 * rtl8723ds * rtl8852bs * update rtl8852bs and rtl8723ds repository commit hashes
|
tested with zero 3e, so rk356x seems good. https://paste.armbian.com/acacogerih |
* bump rockchip64 edge kernel to 6.17 * update rockchip64 edge kernel config to 6.17 * Fixes for wireless drivers for rockchip64-edge 6.17 Patches for: * uwe5622 * rtl8723ds * rtl8852bs * update rtl8852bs and rtl8723ds repository commit hashes
| CONFIG_DEBUG_MEMORY_INIT=y | ||
| CONFIG_TEST_LOCKUP=m | ||
| CONFIG_RCU_CPU_STALL_TIMEOUT=60 | ||
| # CONFIG_TRACEFS_AUTOMOUNT_DEPRECATED is not set |
There was a problem hiding this comment.
Hey @paolosabatino -- do you remember anything about CONFIG_TRACEFS_AUTOMOUNT_DEPRECATED here?
I can't reason where it came from (it is default y in Kconfig, introduced in 6.17-rc1).
Turns out some eBPF tooling still depends on it, I'll re-enable in the 6.18-rc3 PR if you don't mind.
There was a problem hiding this comment.
Hello @rpardini, yes I remember it appeared automatically from make oldconfig after bumping the kernel config from 6.16 to 6.17.
Absolutely I don't mind if you alter that config option, I just accepted it as the proposed default from kernel.
There was a problem hiding this comment.
Thanks Paolo. I'll keep an eye to see if it happens in other families (thus far it hasn't).
* bump rockchip64 edge kernel to 6.17 * update rockchip64 edge kernel config to 6.17 * Fixes for wireless drivers for rockchip64-edge 6.17 Patches for: * uwe5622 * rtl8723ds * rtl8852bs * update rtl8852bs and rtl8723ds repository commit hashes

Description
Lot's of adaptations for rockchip64-edge kernel to bump to version 6.17:
*.disabledfiles left in the rockchip64-6.17 patch archiveGitHub issue reference:
Jira reference number AR-2761
Downstream pull requests:
How Has This Been Tested?
Anyone who has any chance to test on a board with the untested chips above is welcome. I guess the merge window for this PR should be very short as these kind of PRs rot quickly. Thanks.
Checklist: